home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
Resound
/
ChangeFrequencyNoTimeModule.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-03
|
245 b
|
18 lines
/* A Desperate attempt at Frequency changing without time change. A module. */
#import "Module.h"
@interface ChangeFrequencyNoTimeModule:Module
{
}
- Double:sender;
- Halve:sender;
/* Implemented Internally */
- Double16;
- Double8;
@end